object Window: TWindow Left = 385 Top = 162 Width = 696 Height = 480 Caption = 'Window' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnHide = FormHide OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object SpriteView: TSpriteView Left = 48 Top = 14 Width = 256 Height = 256 Active = True Color = clBlack PageToShow = 0 FramesPerSecond = 25 PixelFormat = pfDevice ShowMasterClock = False DragStartHorizontalDistance = 8 DragStartVerticalDistance = 8 DragCursor = crDefault HandleWidth = 7 HandleHeight = 7 OnMouseUp = SpriteViewMouseUp OnMouseDown = SpriteViewMouseDown OnMouseMove = SpriteViewMouseMove OnClick = SpriteViewClick end object CloseTimer: TTimer Enabled = False OnTimer = CloseTimerTimer Left = 312 Top = 31 end object FormShaper: TFormShaper Active = False Form = Owner RegionData.Data = {0000000000} Left = 312 Top = 64 end object MouseExitFixTimer: TTimer Interval = 250 OnTimer = MouseExitFixTimerTimer Left = 312 Top = 96 end end